Chapter 15: Reading Data from the Web

This chapter gives a brief introduction to using some modules within the urllib package and an open-source Python library called BeautifulSoup. The first is used to make URLs and to read data from a Web server, the later to parse the results and extract data from the HTML. Objectives Upon completion of this chapter’s exercises, … Continue reading Chapter 15: Reading Data from the Web